home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Jogos de Azar / 720.swf / scripts / frame_3 / PlaceObject2_41_1469 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2006-01-17  |  171b  |  12 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.tins eq "")
  3.    {
  4.       x = 0;
  5.    }
  6.    else
  7.    {
  8.       x = Number(_root.tins);
  9.    }
  10.    this.num = Number(_root.tbet) + x;
  11. }
  12.